home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Sistema / WinRescue / RescueW95.exe / RESCUE95.EXE / 0 / RCDATA / TFDIRFORM / TFDIRFORM.txt
Text File  |  1999-03-31  |  1KB  |  72 lines

  1. object FDIRFORM: TFDIRFORM
  2.   Left = 253
  3.   Top = 109
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select a Directory'
  8.   ClientHeight = 295
  9.   ClientWidth = 273
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 25
  22.     Height = 13
  23.     Caption = 'Path:'
  24.     FocusControl = Edit1
  25.   end
  26.   object BT_Cancel: TButton
  27.     Left = 157
  28.     Top = 256
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = '&Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 0
  35.   end
  36.   object BT_OK: TButton
  37.     Left = 40
  38.     Top = 256
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object Edit1: TEdit
  47.     Left = 40
  48.     Top = 4
  49.     Width = 225
  50.     Height = 21
  51.     TabOrder = 2
  52.     Text = 'c:\windows'
  53.   end
  54.   object DirectoryListBox1: TDirTree
  55.     Left = 8
  56.     Top = 32
  57.     Width = 257
  58.     Height = 209
  59.     Directory = '?'
  60.     ReadOnStart = True
  61.     DirType = [dtNormal, dtAll]
  62.     AllowNetwork = True
  63.     GoBelowRecycleBin = True
  64.     FastLoad = False
  65.     HideSelection = False
  66.     OnChange = DirectoryListBox1Change
  67.     ParentColor = False
  68.     TabOrder = 3
  69.     OnClick = DirectoryListBox1Click
  70.   end
  71. end
  72.